-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrome 1 / Safari 5.1 add alignment-baseline
CSS property
#25442
Chrome 1 / Safari 5.1 add alignment-baseline
CSS property
#25442
Conversation
This PR updates and corrects version values for Chrome and Safari for the `alignment-baseline` CSS property. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.12.8). _Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._ Tests Used: https://mdn-bcd-collector.gooborg.com/tests/css/properties/alignment-baseline
@@ -98,7 +98,7 @@ | |||
"opera": "mirror", | |||
"opera_android": "mirror", | |||
"safari": { | |||
"version_added": "≤13.1" | |||
"version_added": "≤5.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that the default value seems to have changed from auto
to baseline
in Safari 18.1.
Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
@@ -27,7 +27,7 @@ | |||
"opera": "mirror", | |||
"opera_android": "mirror", | |||
"safari": { | |||
"version_added": "≤13.1" | |||
"version_added": "≤4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I used this test in Safari 5.0, and it doesn't appear to be supported yet:
However, it is supported in Safari 5.1:
So we can probably set all to "5.1".
alignment-baseline
CSS property
This PR updates and corrects version values for Chrome and Safari for the
alignment-baseline
CSS property. The data comes from the mdn-bcd-collector project (v10.12.8).Check out the collector's guide on how to review this PR.
Tests Used: https://mdn-bcd-collector.gooborg.com/tests/css/properties/alignment-baseline